home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / zipped / cug_info.txt < prev   
Text File  |  1992-10-25  |  5KB  |  145 lines

  1. ------------------
  2. The C User's Group
  3. ------------------
  4.  
  5. The C Users' Group (CUG) facilitates the exchange of code and 
  6. information among C programmers. Among other services, the group maintains 
  7. this library of over 360 volumes of public domain C and C++ source code. 
  8.  
  9.  
  10. -------------------------
  11. The C Users Journal (CUJ)
  12. -------------------------
  13.  
  14. The C Users Journal is the successor to the C Users' Group Newsletter and
  15. The C Journal. Subscribers are automatically enrolled as members of The
  16. C Users'Group. The C Users Journal and The C Users' Group are services
  17. of R&D Publications, Inc., Lawrence, Ks.
  18.  
  19. ----------------------------
  20. CUJ Subscription Information
  21. ----------------------------
  22.  
  23. Annual subscriptions to CUJ (12 issues) are: $29.95 US, $54 Canada and
  24.     Mexico, and $65 overseas (airmail).
  25. Two-year subscriptions are: $56 US, $89 Canada/Mexico, $123 overseas.
  26. Three-year subscriptions are: $79 US, $122 Canada/Mexico, $175 overseas.
  27.  
  28. Payments must be in US dollars. Make checks payable to: The C Users Journal.
  29.  
  30. We will gladly accept MasterCard or Visa phone orders at
  31.  
  32.     voice:    (913) 841-1631
  33.     FAX:    (913) 841-2624
  34.  
  35. We do not currently accept any other credit or charge cards.
  36.  
  37. -------------
  38. Writing to Us
  39. -------------
  40.  
  41. Your editorial feedback is always welcome.  Write to us at:
  42.  
  43.     The C Users Journal           (if including code, please put
  44.     1601 W. 23rd St. Suite 200     both the code and text of your letter
  45.     Lawrence, KS. 66046            on a floppy disk, any size or
  46.     (913) 841-1631                 density; DOS, tar or cpio format)
  47.  
  48. or, e-mail us at:
  49.  
  50.     cujed@rdpub.com ("...!uunet!rdpub!cujed")
  51.  
  52.  
  53. -------------------------------------
  54. What Is The C Users' Group Code Like?
  55. -------------------------------------
  56.  
  57. Unlike machine-centered user groups, CUG has collected C source code 
  58. from a wide variety of environments. The code has been developed on 
  59. machines as tiny as the Radio Shack Color Computer or as large as 
  60. a Cray II. As a consequence the quality, dialect and portability of 
  61. the code varies greatly. Unless you intend to use a program written 
  62. for a PC clone on a PC clone you should expect to make at least minor 
  63. modifications to the code.
  64.  
  65. For the most part, code developed on MS-DOS will port easily to UNIX 
  66. and vice-versa. The exception would be programs that directly manipulate 
  67. hardware devices (such as the video display) or that use large UNIX 
  68. packages (such as curses).
  69.  
  70. ---------
  71. Copyright
  72. ---------
  73.  
  74. The copyright status varies among the types of volume. Each volume
  75. includes information identitying its copyright status. The possible types are:
  76.  
  77. public -- released to the public domain with no restrictions.
  78.  
  79. share1 -- shareware, source code included.
  80.  
  81. share2 -- shareware, source code not included but available from the
  82.           author for a small registration fee.
  83.  
  84. restricted -- copyright reserved or use restricted, but no registration
  85.               fee requested.
  86.  
  87. mixed -- copyright status varies from file to file through the volume.
  88.  
  89. -----------------
  90. Submission Policy
  91. -----------------
  92.  
  93. CUG is interested in ALL user supported C and C++ source  code.
  94. Programs need not be new and unique, nor massive, to be useful  to
  95. other members. Many times even minor modifications of existing  library
  96. programs are important to other members, especially if the 
  97. modifications improve the portability of the code. 
  98.  
  99. CUG accepts submissions only from the author or copyright holder. 
  100. All submissions must be accompanied by the author's release form provided 
  101. on most CUG volumes. 
  102.  
  103. In part the author's release is designed to protect the interests 
  104. of members who desire to restrict for-profit distribution of their 
  105. product. For tax purposes CUG is a service of R & D Publications, 
  106. Inc., a for-profit Kansas corporation. We had originally intended 
  107. to organize as a non-profit corporation but found it was an unbelievable 
  108. hassle. We hope this release will allow authors to clearly authorize 
  109. distribution by CUG while at the same time protecting their residual 
  110. rights.
  111.  
  112. We make every effort to respect the intentions of the submitting author 
  113. when distributing software.
  114.  
  115. --------------------------
  116. Guidelines For Submissions
  117. --------------------------
  118.  
  119. If you (or perhaps several authors) have placed restrictions 
  120. on your material, include ALL the restrictions prominently on the 
  121. outside of the disk.
  122.  
  123. Write the disk format on the outside of the disk!!!
  124.  
  125. If you submit text files (documentation):
  126.  
  127. DO NOT send them in some word-processor format.
  128.  
  129. Please DO send all text files on a disk. We can read almost all MS-DOS 
  130. and UNIX tar/cpio formats.
  131.  
  132. Include a one or two paragraph summary of the disk contents on the 
  133. disk, along with a longer (two to ten pages) article which is detailed 
  134. enough that it will help members decide whether the submission is 
  135. of use to them.
  136.  
  137. Finally, unless you are really serious about policing the users of 
  138. your software, reconsider restricting it. We will certainly respect 
  139. your wishes, but you should be warned that you will be very hard-pressed 
  140. to enforce copyright privileges once a product has been distributed 
  141. free to any class of users. Our fear is that most of the restrictions 
  142. we are so carefully repeating are legally unenforceable and thus are 
  143. accomplishing little except to consume group time.
  144.  
  145.